home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 July
/
Designer's Club 1998 July.iso
/
pc
/
IDEASRC
/
BUGFREE.DIR
/
00088.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-06-09
|
176 b
|
12 lines
on exitFrame
if soundBusy(1) then
go(the frame)
else
startTimer()
repeat while the timer < 60
go(the frame)
end repeat
go(1, "main")
end if
end